records

records

Active filters Clear all

No active filters

Filters

Prix des controles techniques

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
cct_siret
               

No description available for this field.

Name (identifier)
cct_siret
Type
text
Sample
                       
cct_denomination
               

No description available for this field.

Name (identifier)
cct_denomination
Type
text
Sample
                       
cct_adresse
               

No description available for this field.

Name (identifier)
cct_adresse
Type
text
Sample
                       
cct_code_postal
               

No description available for this field.

Name (identifier)
cct_code_postal
Type
text
Sample
                       
cct_commune
               

No description available for this field.

Name (identifier)
cct_commune
Type
text
Sample
                       
code_departement
               

No description available for this field.

Name (identifier)
code_departement
Type
text
Sample
                       
nom_departement
               

No description available for this field.

Name (identifier)
nom_departement
Type
text
Sample
                       
code_region
               

No description available for this field.

Name (identifier)
code_region
Type
integer
Sample
                       
nom_region
               

No description available for this field.

Name (identifier)
nom_region
Type
text
Sample
                       
cct_tel
               

No description available for this field.

Name (identifier)
cct_tel
Type
text
Sample
                       
cct_url
               

No description available for this field.

Name (identifier)
cct_url
Type
text
Sample
                       
cct_update_date_time
               

No description available for this field.

Name (identifier)
cct_update_date_time
Type
date
Sample
                       
longitude
               

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
latitude
               

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
cat_vehicule_id
               

No description available for this field.

Name (identifier)
cat_vehicule_id
Type
integer
Sample
                       
cat_vehicule_libelle
               

No description available for this field.

Name (identifier)
cat_vehicule_libelle
Type
text
Sample
                       
cat_energie_id
               

No description available for this field.

Name (identifier)
cat_energie_id
Type
integer
Sample
                       
cat_energie_libelle
               

No description available for this field.

Name (identifier)
cat_energie_libelle
Type
text
Sample
                       
prix_visite
               

No description available for this field.

Name (identifier)
prix_visite
Type
decimal
Sample
                       
date_application_visite
               

No description available for this field.

Name (identifier)
date_application_visite
Type
date
Sample
                       
prix_contre_visite_mini
               

No description available for this field.

Name (identifier)
prix_contre_visite_mini
Type
decimal
Sample
                       
prix_contre_visite_maxi
               

No description available for this field.

Name (identifier)
prix_contre_visite_maxi
Type
decimal
Sample
                       
date_application_contre_visite
               

No description available for this field.

Name (identifier)
date_application_contre_visite
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"prix-controle-technique",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/prix-controle-technique"
      }
    ]
    ,
  • "definitions":
    {
    • "prix-controle-technique":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/prix-controle-technique_records"
            }
          }
        }
      }
      ,
    • "prix-controle-technique_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "cct_siret":
              {
              • "type":"string",
              • "title":"cct_siret",
              • "description":""
              }
              ,
            • "cct_denomination":
              {
              • "type":"string",
              • "title":"cct_denomination",
              • "description":""
              }
              ,
            • "cct_adresse":
              {
              • "type":"string",
              • "title":"cct_adresse",
              • "description":""
              }
              ,
            • "cct_code_postal":
              {
              • "type":"string",
              • "title":"cct_code_postal",
              • "description":""
              }
              ,
            • "cct_commune":
              {
              • "type":"string",
              • "title":"cct_commune",
              • "description":""
              }
              ,
            • "code_departement":
              {
              • "type":"string",
              • "title":"code_departement",
              • "description":""
              }
              ,
            • "nom_departement":
              {
              • "type":"string",
              • "title":"nom_departement",
              • "description":""
              }
              ,
            • "code_region":
              {
              • "type":"integer",
              • "title":"code_region",
              • "description":""
              }
              ,
            • "nom_region":
              {
              • "type":"string",
              • "title":"nom_region",
              • "description":""
              }
              ,
            • "cct_tel":
              {
              • "type":"string",
              • "title":"cct_tel",
              • "description":""
              }
              ,
            • "cct_url":
              {
              • "type":"string",
              • "title":"cct_url",
              • "description":""
              }
              ,
            • "cct_update_date_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"cct_update_date_time",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"number",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"number",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "cat_vehicule_id":
              {
              • "type":"integer",
              • "title":"cat_vehicule_id",
              • "description":""
              }
              ,
            • "cat_vehicule_libelle":
              {
              • "type":"string",
              • "title":"cat_vehicule_libelle",
              • "description":""
              }
              ,
            • "cat_energie_id":
              {
              • "type":"integer",
              • "title":"cat_energie_id",
              • "description":""
              }
              ,
            • "cat_energie_libelle":
              {
              • "type":"string",
              • "title":"cat_energie_libelle",
              • "description":""
              }
              ,
            • "prix_visite":
              {
              • "type":"number",
              • "title":"prix_visite",
              • "description":""
              }
              ,
            • "date_application_visite":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_application_visite",
              • "description":""
              }
              ,
            • "prix_contre_visite_mini":
              {
              • "type":"number",
              • "title":"prix_contre_visite_mini",
              • "description":""
              }
              ,
            • "prix_contre_visite_maxi":
              {
              • "type":"number",
              • "title":"prix_contre_visite_maxi",
              • "description":""
              }
              ,
            • "date_application_contre_visite":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_application_contre_visite",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets